Skip to content

Fix security vulnerabilities in transitive dependencies#238

Merged
thejspr merged 2 commits intomasterfrom
fix-vulnerabilities
Mar 17, 2026
Merged

Fix security vulnerabilities in transitive dependencies#238
thejspr merged 2 commits intomasterfrom
fix-vulnerabilities

Conversation

@thejspr
Copy link
Contributor

@thejspr thejspr commented Mar 6, 2026

Fixes 8 security alerts from https://github.com/clearhaus/gateway-api-docs/security

Add yarn resolutions to force patched versions:

  • fast-xml-parser 5.2.5 -> 5.4.2 (entity encoding bypass, DoS, RangeError, stack overflow)
  • minimatch 10.1.1 -> 10.2.4 (multiple ReDoS vulnerabilities)
  • tar 7.5.7 -> 7.5.10 (arbitrary file read/write via hardlink escape)

Add yarn resolutions to force patched versions:
- fast-xml-parser 5.2.5 -> 5.4.2 (entity encoding bypass, DoS, RangeError, stack overflow)
- minimatch 10.1.1 -> 10.2.4 (multiple ReDoS vulnerabilities)
- tar 7.5.7 -> 7.5.10 (arbitrary file read/write via hardlink escape)
@thejspr thejspr requested a review from a team March 6, 2026 11:55
@thejspr thejspr merged commit f9f0417 into master Mar 17, 2026
1 check passed
@thejspr thejspr deleted the fix-vulnerabilities branch March 17, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants